[r14]: / hmi_at135_v1b_aladdin / Device / Plc Logic / Application / Visualisation / Page / Steering / svnobj  Maximize  Restore  History

Download this file

21 lines (19 with data), 39.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
	
GvlCreated
ProfileCompatibilityId
LMVerMajor
{6b108d46-58af-4e41-a3f4-174d8f160cc4}
IdMax
IdStep
{b36c4830-66bb-4798-aa52-839aa91713f0}
{af56537c-7297-47e7-9c1c-de502e9fb71c}
KeyDown
KEY2_8
{18af8fab-67c9-47a8-83c5-9c17eb22167d}
VisuElemId
KEY2_3
STSnippet
IF Gestion_Steering.xPsw_good AND Gestion_Steering.xStart_calib = FALSE THEN
	Gestion_Steering.xStart_calib := TRUE;
ELSIF Gestion_Steering.xPsw_good AND Gestion_Steering.xStart_calib = TRUE THEN
	Gestion_Steering.xStart_calib := FALSE;	
END_IF